-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NNVM] Add symbol squeezenet #1436
Conversation
Any instructions about how to run the performance benchmark of this squeezenet as well as other imagenet models? I would like to evalute the performance of this models on Intel CPUs. Thanks. |
@TaoLv please open a thread at https://discuss.tvm.ai/ |
Thanks, @tqchen. Since the description of this PR says it's mainly for performance benchmarking, so I think it's proper to ask for the usage of it here. Anyway, I have created a topic in the forum. https://discuss.tvm.ai/t/how-to-benchmark-the-imagenet-models-in-tvm-nnvm/484 |
No problem @TaoLv :) The reason we prefer opening threads vs discussing via issue/in PR is that PR get can get ignored and issues can get closed. Posting things on forum will allow others to participate and learn from the topic |
Add squeezenet symbol in test. This is mainly used for performance benchmark.